home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / LCLINT-D.SPK / lclint / guide / fig16-out < prev    next >
Text File  |  1996-08-26  |  632b  |  15 lines

  1. LCLint 2.2 --- 25 Aug 96
  2.  
  3. mstringnn.c: (in function mstring_space1)
  4. <A HREF="mstringnn.c.html#line10" target="source">mstringnn.c:10,4</A>: Dereference of possibly null pointer
  5.                      m: *m
  6.   A possibly null pointer is dereferenced.  Value is
  7.   either the result of a function which may return
  8.   null (in which case, code should check it is not
  9.   null), or a global, parameter or structure field
  10.   declared with the null qualifier. (-nullderef will
  11.   suppress message)
  12.    <A HREF="mstringnn.c.html#line7" target="source">mstringnn.c:7,15</A>: Storage m may become null
  13.  
  14. Finished LCLint checking --- 1 code error found
  15.